home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eagles Nest BBS 1
/
Eagles_Nest_Mac_Collection_Disc_1.TOAST
/
Special Hardware
/
VoiceNav22#4
/
Sound Advice.image
/
Voice Extensions
/
FCFS
< prev
next >
Wrap
Text File
|
1991-07-09
|
739b
|
25 lines
Voice Extension (VXTN)
© 1990-91, Articulate Systems, Inc.
FOR SYSTEM 6 USE
Place this file in the “Voice Extensions” folder located in the System Folder of your hard disk.
FOR SYSTEM 7 USE
Place this file in the “Voice Extensions” folder located in the “Extensions” folder in the System 7 Folder of your hard disk.
Extension name:
FCFS (which stands for First Come, First Served)
Description:
Execute the first macro that can be executed.
Syntax:
@VXTN(FCFS,macro,macro,…)
Examples:
@VXTN(FCFS,@CTRL(Open),@MENU(File,Open))
—Looks for a button named Open; if that cannot be found, selects Open from the File menu.
@VXTN(FCFS,@MENU(File,Quit),cmd-q)
—Selects Quit from the File menu; if that cannot be found, generates a command-Q.